home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / Texturizer / Texturizer.exe / MS-DOS Batch.st_ / MS-DOS Batch.st
Text File  |  2000-01-30  |  1KB  |  109 lines

  1. # Texturizer Syntax File
  2. # This file is provided as a default syntax file for MS-DOS Batch files.
  3.  
  4. #Delimiters=\n\t:\\ "=;.@
  5. #LineComment1=rem
  6. #Case=n
  7.  
  8. # Color quotations to the next quotation OR to end of line:
  9. #TypeBDelimiterOn1="
  10. #TypeBDelimiterOff1="\n
  11.  
  12. # Color echo statements
  13. #DelimiterOn2=echo
  14. #DelimiterOff2=\n
  15. #OffsetDelimiterOn2=4
  16.  
  17. # Color full paths, starting from drive (:\)
  18. #TypeBDelimiterOn3=:\\
  19. #TypeBDelimiterOff3=\n\t ;
  20. #OffsetTypeBDelimiterOn3=-1
  21. #OffsetTypeBDelimiterOff3=-1
  22.  
  23. #Keyword
  24. blaster
  25. do
  26. echo
  27. errorlevel
  28. exist
  29. for
  30. goto
  31. if
  32. in
  33. not
  34. off
  35. on
  36. pause
  37. set
  38. shift
  39. assign
  40. attrib
  41. backup
  42. break
  43. cd
  44. chdir
  45. chkdsk
  46. cls
  47. copy
  48. ctty
  49. date
  50. del
  51. dir
  52. diskcomp
  53. diskcopy
  54. erase
  55. exe2bin
  56. exit
  57. fdisk
  58. find
  59. format
  60. graftabl
  61. graphics
  62. join
  63. label
  64. md
  65. mkdir
  66. mode
  67. con
  68. codepage
  69. prepare
  70. select
  71. more
  72. path
  73. print
  74. prompt
  75. recover
  76. ren
  77. rename
  78. replace
  79. restore
  80. rm
  81. rmdir
  82. select
  83. share
  84. sort
  85. substitute
  86. sys
  87. time
  88. tree
  89. type
  90. ver
  91. verify
  92. vol
  93. xcopy
  94. @
  95. lh
  96. loadhigh
  97. keyb
  98.  
  99. #Keyword
  100. %path%
  101. %1
  102. %2
  103. %3
  104. %4
  105. %5
  106. %6
  107. %7
  108. %8
  109. %9